home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / intro.dir / 00014_Script_benRoll < prev    next >
Text File  |  1999-03-01  |  428b  |  23 lines

  1.  
  2. on mouseEnter me
  3.   puppetSound 4, "shortBen"
  4.   
  5.   
  6.   --  set the rect of sprite 3 = rect(400, 257, 663, 283)
  7.   --  set the loc of sprite 3 = point(400, 257)
  8. end
  9.  
  10.  
  11. --on mouseLeave me
  12. --  set the rect of sprite 3 = rect(400, 257, 663, 283)
  13. --  set the loc of sprite 3 = point(1500, 1500)
  14. --end
  15.  
  16. on mouseDown me
  17.   cursor -1
  18.   repeat with x = 1 to 6
  19.     puppetSound x, 0
  20.   end repeat
  21.   go to movie "main"
  22. end
  23.